home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 45
/
Vol 45.iso
/
games
/
escape.swf
/
scripts
/
frame_17
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-23
|
206 b
|
11 lines
_root.mySound.attachSound("s_clear01.wav");
_root.mySound.start([0,1]);
this.onEnterFrame = function()
{
if(Key.isDown(82))
{
mySound.stop();
_root.gotoAndStop("start");
}
};